home *** CD-ROM | disk | FTP | other *** search
- -- background: 12484 from stack: in
- -- bmap block id: 18278
- -- flags: 0000
- -- background id: 0
- -- name:
- ----- HyperTalk script -----
- on openCard
- hide card field "Info"
- show card field "Title"
- end openCard
-
- on closeCard
- hide card field "Info"
- end closeCard
-
- on mouseUp
- if visible of card field "Info" is true then
- hide card field "Info"
- else
- show card field "Info"
- end if
- end mouseUp
-
- on DoButton fieldName
- if the OptionKey is up then
- set visible of card field fieldName to not visible of card field fieldName
- if visible of card field fieldName is false then
- answer "Would you like to see one?" with "No" or "Yes"
- if it is not "Yes" then exit DoButton
- set lockscreen to true
- go to next card
- doMenu Find...
- type fieldName & return
- set lockscreen to false
- put msg into junk
- put "Press Return for the next one"
- wait 1 seconds
- put junk
- hide msg
- end if
- else
- set lockscreen to true
- go to next card
- doMenu Find...
- type fieldName & return
- hide msg
- set lockscreen to false
- end if
- end DoButton
-
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=429 top=299 right=331 bottom=461
- -- title width / last selected line: 0
- -- icon id / first selected line: 902 / 902
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- visual effect scroll left
- go prev card
- end mouseUp
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=471 top=299 right=331 bottom=503
- -- title width / last selected line: 0
- -- icon id / first selected line: 26425 / 26425
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- visual effect scroll right
- go next card
- end mouseUp
-
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=9 top=298 right=330 bottom=41
- -- title width / last selected line: 0
- -- icon id / first selected line: 20098 / 20098
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- visual effect dissolve
- go home
- end mouseUp
-
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=239 top=302 right=330 bottom=285
- -- title width / last selected line: 0
- -- icon id / first selected line: 32670 / 32670
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- show all cards
- end mouseUp
-
-
-
- -- part 8 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=386 top=299 right=331 bottom=420
- -- title width / last selected line: 0
- -- icon id / first selected line: 21449 / 21449
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- go to first card
- end mouseUp
-
-